home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GLOBAL.MDB / Difficulty.json < prev    next >
JavaScript Object Notation  |  1998-02-28  |  420b

  1. {
  2.     "schema": {
  3.         "CreditAvg": "Long Integer",
  4.         "CreditHard": "Long Integer",
  5.         "DamageEasy": "Long Integer",
  6.         "DamageAvg": "Long Integer",
  7.         "DamageHard": "Long Integer",
  8.         "CreditEasy": "Long Integer",
  9.         "DeployEasy": "Long Integer",
  10.         "DeployAvg": "Long Integer",
  11.         "DeployHard": "Long Integer"
  12.     },
  13.     "data": [
  14.         {
  15.             "CreditAvg": 100,
  16.             "CreditHard": 75,
  17.             "DamageEasy": 70,
  18.             "DamageAvg": 100,
  19.             "DamageHard": 130,
  20.             "CreditEasy": 125,
  21.             "DeployEasy": 100,
  22.             "DeployAvg": 100,
  23.             "DeployHard": 100
  24.         }
  25.     ]
  26. }